gw_ventana: Fix unused variable warnings
authorTom Rini <[email protected]>
Tue, 9 May 2017 02:14:25 +0000 (22:14 -0400)
committerTom Rini <[email protected]>
Fri, 12 May 2017 12:37:26 +0000 (08:37 -0400)
commit9ba8b9bdd7caa9c8821b10a6ecbb98c792905ec5
treef8b0bb686e74175785ae7b186666830a660f9361
parent687175946c31f45064f7ea0286425c9904b145b6
gw_ventana: Fix unused variable warnings

The variable nfc_pads is only referenced when CONFIG_CMD_NAND is set,
move the existing guard and drop a now redundant comment.  The variable
gwproto_gpio_pads is never referenced, remove it.

Cc: Tim Harvey <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
board/gateworks/gw_ventana/common.c
board/gateworks/gw_ventana/gw_ventana.c